compile-time type造句
例句与造句
- Generic types enforce compile - time type checking
泛型类型强制实施编译时类型检查。 - The other limitation is lack of compile - time type checking ; since an
另一个限制是缺少编译时类型检查;因为 - This allows for compile - time type checking as well as performance optimizations
这样就支持了编译时类型检测和性能优化。 - The compile - time type of the initializer expression cannot be the null type
在编译时刻构造者表达式的类型不能为null类型。 - If the local variable declaration includes multiple declarators , the initializers must all have the same compile - time type
如果局部变量声明包含了多个声明符,这些声明符必须具备同样的编译期类型。 - It's difficult to find compile-time type in a sentence. 用compile-time type造句挺难的
- If the local variable declaration includes multiple declarators , the initializers must all have the same compile - time type
如果本地变量声明包含多种声明者,那么构造者必须都具有相同的编译时刻类型。 - You can then treat each named value as an instance of that class , providing you with compile - time type safety that a named set of integers can t
然后,可以将每个指定的值看作是那个类的一个实例,这为您提供了指定的整数集合所无法提供的编译时类型安全。 - A variable is a storage location and has an a ociated type , sometimes called its compile - time type , that is either a primitive type ( 4 . 2 ) or a reference type ( 4 . 3 )
变量是关联于特定类型的存储单元,所关联的类型有时叫做变量的编译时类型,即,既可以是简单类型也可以是引用类型。 - A variable is a storage location and has an associated type , sometimes called its compile - time type , that is either a primitive type ( 4 . 2 ) or a reference type ( 4 . 3 )
变量是关联于特定类型的存储单元,所关联的类型有时叫做变量的编译时类型,即,既可以是简单类型也可以是引用类型。 - A variable is a storage location and has an associated type , sometimes called its compile - time type , that is either a primitive type ( @ sect ; 4 . 2 ) or a reference type ( @ sect ; 4 . 3 )
变量是关联于特定类型的存储单元,所关联的类型有时叫做变量的编译时类型,即,既可以是简单类型也可以是引用类型。 - While a bit ugly because it loses the advantages of compile - time type checking , this approach is preferable to requiring the presence of many dependent libraries when deploying reusable aspects
虽然有些别扭(因为它失去了编译时类型检查的好处) ,但是这种方法对于部署可重用方面时要求有许多依赖库的情况更有利。 - Generics are useful because they provide stronger compile - time type checking , require fewer explicit conversions between data types , and reduce the need for boxing operations and run - time type checks
泛型相当有用,因为他们提供强制的编译时类型检查,要求更少的数据类型之间的显式转换,并减少装箱拆箱的操作和运行时类型检查。